C1.DataCollection Assembly / C1.DataCollection Namespace / C1DynamicList<T> Class / Count Property

In This Topic
Count Property (C1DynamicList<T>)
In This Topic
Gets the number of items(and nulls) in the collection.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
 
See Also